Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerUpdateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerUpdateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerUpdateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerUpdateSpec schema contains properties that describe new configuration for an existing key server.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "type": "string",
    "description": "string",
    "proxy_server": {
        "hostname": "string",
        "port": 0
    },
    "connection_timeout": 0,
    "kmip_server": {
        "servers": [
            {
                "name": "string",
                "address": {
                    "hostname": "string",
                    "port": 0
                }
            }
        ],
        "username": "string"
    }
}
string
type
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Type of the key server.

For more information see: Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers KeyServerUpdateSpec Type.

This property was added in vSphere API 7.0.0.0.

If missing or null, key server type and configuration information will remain unchanged. In this case all key server configuration information fields (e.g KMIP) should be unset.

string
description
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Description of the key server.

This property was added in vSphere API 7.0.0.0.

If missing or null, description will remain unchanged.

proxy_server
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Proxy server configuration.

This property was added in vSphere API 7.0.0.0.

If missing or null, proxy server configuration will remain unchanged.

integer As int64 As int64
connection_timeout
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Connection timeout in seconds.

This property was added in vSphere API 7.0.0.0.

If missing or null, connection timeout will remain unchanged.

kmip_server
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Configuration information for KMIP based key server.

This property was added in vSphere API 7.0.0.0.

If missing or null, kmip server configuration will remain unchanged.

Deprecated